#!/command/with-contenv execlineb

cd /app
foreground { python manage.py createsuperuser --noinput }
gunicorn wsgi:application --config="deploy/gunicorn.conf.py"
